home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / rcs5ap1b.lzh / RCSDIFF.1LP < prev    next >
Text File  |  1991-01-30  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSDIFF(1)             Programmer's Manual             RCSDIFF(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsdiff - compare RCS revisions
  10.  
  11. SYNOPSIS
  12.      rcsdiff [ -k_✓s_✓u_✓b_✓s_✓t ] [ -q ] [ -r_✓r_✓e_✓v_✓1 [ -r_✓r_✓e_✓v_✓2 ] ] [ -V_✓n ] [
  13.      _✓d_✓i_✓f_✓f _✓o_✓p_✓t_✓i_✓o_✓n_✓s ] _✓f_✓i_✓l_✓e ...
  14.  
  15. DESCRIPTION
  16.      rcsdiff runs diff(1) to compare two revisions of each RCS
  17.      file given.  A file name ending in ,v is an RCS file name,
  18.      otherwise a working file name.  rcsdiff derives the working
  19.      file name from the RCS file name and vice versa, as
  20.      explained in co(1).  Pairs consisting of both an RCS and a
  21.      working file name may also be specified.
  22.  
  23.      The option -q suppresses diagnostic output.  Zero, one, or
  24.      two revisions may be specified with -r.  The option -k_✓s_✓u_✓b_✓s_✓t
  25.      affects keyword substitution when extracting revisions, as
  26.      described in co(1); for example, -kk -r1.1 -r1.2 ignores
  27.      differences in keyword values when comparing revisions 1.1
  28.      and 1.2.  To avoid excess output from locker name substitu-
  29.      tion, -kkvl is assumed if (1) at most one revision option is
  30.      given, (2) no -k option is given, (3) -kkv is the default
  31.      keyword substitution, and (4) the working file's mode would
  32.      be produced by co -l.  See co(1) for details about -V.  Oth-
  33.      erwise, all options of diff(1) that apply to regular files
  34.      are accepted, with the same meaning as for diff.
  35.  
  36.      If both _✓r_✓e_✓v_✓1 and _✓r_✓e_✓v_✓2 are omitted, rcsdiff compares the
  37.      latest revision on the default branch (by default the trunk)
  38.      with the contents of the corresponding working file.  This
  39.      is useful for determining what you changed since the last
  40.      checkin.
  41.  
  42.      If _✓r_✓e_✓v_✓1 is given, but _✓r_✓e_✓v_✓2 is omitted, rcsdiff compares
  43.      revision _✓r_✓e_✓v_✓1 of the RCS file with the contents of the
  44.      corresponding working file.
  45.  
  46.      If both _✓r_✓e_✓v_✓1 and _✓r_✓e_✓v_✓2 are given, rcsdiff compares revisions
  47.      _✓r_✓e_✓v_✓1 and _✓r_✓e_✓v_✓2 of the RCS file.
  48.  
  49.      Both _✓r_✓e_✓v_✓1 and _✓r_✓e_✓v_✓2 may be given numerically or symbolically.
  50.  
  51. EXAMPLE
  52.      The command
  53.  
  54.              rcsdiff  f.c
  55.  
  56.      compares the latest revision on the default branch of the
  57.      RCS file RCS/f.c,v to the contents of the working file f.c.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 1/29/91            1990/09/26                           1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSDIFF(1)             Programmer's Manual             RCSDIFF(1)
  71.  
  72.  
  73.  
  74. DIAGNOSTICS
  75.      Exit status is 0 for no differences during any comparison, 1
  76.      for some differences, 2 for trouble.
  77.  
  78. IDENTIFICATION
  79.      Author: Walter F. Tichy.
  80.      Revision Number: 5.2; Release Date: 1990/09/26.
  81.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  82.      Copyright c 1990 by Paul Eggert.
  83.  
  84. SEE ALSO
  85.      ci(1), co(1), diff(1), ident(1), rcs(1), rcsintro(1),
  86.      rcsmerge(1), rlog(1)
  87.      Walter F. Tichy, RCS--A System for Version Control,
  88.      _✓S_✓o_✓f_✓t_✓w_✓a_✓r_✓e--_✓P_✓r_✓a_✓c_✓t_✓i_✓c_✓e & _✓E_✓x_✓p_✓e_✓r_✓i_✓e_✓n_✓c_✓e 15, 7 (July 1985), 637-654.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Printed 1/29/91            1990/09/26                           2
  130.  
  131.  
  132.  
  133.